SET WINDOW POSITION

This command will set the window"s position.

  Syntax
SET WINDOW POSITION X, Y
  Parameters
X
Integer
The x position
Y
Integer
The y position

  Returns

This command does not return a value.

  Example Code
cls
set display mode 800,600,32
set window on
wait 1000*8
set window position 50,100
do
loop
end
  See also

DISPLAY Commands Menu
Index